Opc.Ua.Core
Decrypt(ArraySegment<Byte>,ArraySegment<Byte>,X509Certificate2) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > Decrypt Method : Decrypt(ArraySegment<Byte>,ArraySegment<Byte>,X509Certificate2) Method
Decrypts the buffer using asymmetric encryption.
Syntax
'Declaration
 
Protected Overloads Function Decrypt( _
   ByVal dataToDecrypt As ArraySegment(Of Byte), _
   ByVal headerToCopy As ArraySegment(Of Byte), _
   ByVal receiverCertificate As X509Certificate2 _
) As ArraySegment(Of Byte)
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim dataToDecrypt As ArraySegment(Of Byte)
Dim headerToCopy As ArraySegment(Of Byte)
Dim receiverCertificate As X509Certificate2
Dim value As ArraySegment(Of Byte)
 
value = instance.Decrypt(dataToDecrypt, headerToCopy, receiverCertificate)

Parameters

dataToDecrypt
headerToCopy
receiverCertificate
Remarks
Start and count specify the block of data to be decrypted. The header specifies unencrypted data that must be copied to the output.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List